home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / dedmatic.arc / HARDINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-05-08  |  479 b   |  16 lines

  1. echo off
  2. copy c:autoexec.bat c:temp23
  3. copy a:*.* c:
  4. del c:option1.bat
  5. del c:option2.bat
  6. del c:dedinst.bat
  7. del c:hardinst.bat
  8. del c:autoexec.bat
  9. copy a:start.bat+c:temp23 c:autoexec.bat
  10. del c:temp23
  11. echo *****************************************************************
  12. echo Deduct-a-Matic is now installed on the root directory of drive C:
  13. echo To use it, please refer to the manual.
  14. echo *****************************************************************
  15. echo on
  16.